-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of How to add an new Element #2
Conversation
@damtsnkff thanks for your PR. I saw your preview commit too dd87168 Very nice, 👍 In main project I think having an example app is good for the project sepically for developing the new features. We can valify the feature by testing the example app. Also we don't distribute the example app when we create the framework (using CocoaPods, Carthage or Swift Package Manager) for the users. For Later on, the user can use CocoaPods, Carthage or Swift Package Manager to use Did I answer your question? Please let me know if you have any questions. |
Using the same architecture as IBAnimatable makes sense, avoid the confusion, and will be easier to understand. Can I do the modification and then commit on the same PR or should I modify and create another PR ? |
To sum up the modifications to make to this PR :
Is this all for this PR? |
Related to #3 |
Hi Damien, it's up to you to merge current one and create another PR for the frameworks. Or you close it and create a new PR only. We don't have restricted rule. Please let me know if you have any questions. Jake Sent from my iPhone
|
I won't be a conflict because we can rebase the next one. If there is a conflict, we can do it together to resolve it. Git is very good for resolving conflicts. Sent from my iPhone
|
I added some description of how to add new components/elements to the current example app.
Overall, do you think the example app approach is good ?
I tried to think about something that would give us some modularity.